home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 42.DocApp / DocApp.h < prev    next >
Text File  |  1995-06-12  |  305b  |  26 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. #define    DEBUGGING    FALSE
  7. #define    FILEEXT    "txt"
  8.  
  9. @interface DocApp:Application
  10. {
  11.     id    openPanel;
  12.     id    savePanel;
  13. }
  14.  
  15. // Outlet Initialization
  16.  
  17. - openPanel;
  18. - savePanel;
  19.  
  20. // Class Methods
  21.  
  22. - newDocument:sender;
  23. - openDocument:sender;
  24.  
  25. @end
  26.